Uses of Interface
org.eclipse.vtp.framework.common.IVariableRegistry

Packages that use IVariableRegistry
org.eclipse.vtp.framework.common.actions   
org.eclipse.vtp.framework.common.services   
org.eclipse.vtp.framework.databases.actions   
org.eclipse.vtp.framework.interactions.core.actions   
org.eclipse.vtp.framework.interactions.core.services   
org.eclipse.vtp.framework.webservices.actions   
 

Uses of IVariableRegistry in org.eclipse.vtp.framework.common.actions
 

Fields in org.eclipse.vtp.framework.common.actions declared as IVariableRegistry
protected  IVariableRegistry AssignmentAction.variableRegistry
          The variable registry to use.
 

Constructors in org.eclipse.vtp.framework.common.actions with parameters of type IVariableRegistry
AssignmentAction(IActionContext context, IVariableRegistry variableRegistry, AssignmentConfiguration[] configurations)
          Creates a new AssignmentAction.
BranchAction(IActionContext context, IVariableRegistry variableRegistry, IScriptingService scriptingService, BranchConfiguration[] configurations)
          Creates a new BranchAction.
 

Uses of IVariableRegistry in org.eclipse.vtp.framework.common.services
 

Classes in org.eclipse.vtp.framework.common.services that implement IVariableRegistry
 class VariableRegistry
          A support implementation of the IVariableRegistry interface.
 

Constructors in org.eclipse.vtp.framework.common.services with parameters of type IVariableRegistry
Controller(ICommandProcessor commandProcessor, IVariableRegistry variableRegistry, IScriptingService scriptingService)
          Creates a new Controller.
 

Uses of IVariableRegistry in org.eclipse.vtp.framework.databases.actions
 

Constructors in org.eclipse.vtp.framework.databases.actions with parameters of type IVariableRegistry
DatabaseQueryAction(IActionContext context, IDataTypeRegistry types, IVariableRegistry variables, IDatabaseRegistry databases, DatabaseQueryConfiguration configuration)
          Creates a new DatabaseQueryAction.
 

Uses of IVariableRegistry in org.eclipse.vtp.framework.interactions.core.actions
 

Constructors in org.eclipse.vtp.framework.interactions.core.actions with parameters of type IVariableRegistry
DataRequestAction(IActionContext context, IVariableRegistry variableRegistry, IConversation conversation, DataRequestConfiguration configuration)
          Creates a new DataRequestAction.
FinalAction(IActionContext context, IController controller, ExitConfiguration configuration, IConversation conversation, IVariableRegistry variableRegistry, AssignmentConfiguration[] configurations)
          Creates a new FinalAction.
InitialAction(IActionContext context, IVariableRegistry variableRegistry, IDataTypeRegistry dataTypeRegistry, AssignmentConfiguration[] assignCongigs, IConversation conversation, IBrandSelection brand)
          Creates a new InitialAction.
InputRequestAction(IActionContext context, IVariableRegistry variableRegistry, IConversation conversation, InputRequestConfiguration configuration)
          Creates a new InputRequestAction.
MetaDataRequestAction(IActionContext context, IConversation conversation, MetaDataConfiguration configuration, IVariableRegistry variables, IBrandSelection brandSelection, IInteractionTypeSelection interactionTypeSelection, ILanguageSelection languageSelection)
          Creates a new MetaDataMessageAction.
 

Uses of IVariableRegistry in org.eclipse.vtp.framework.interactions.core.services
 

Constructors in org.eclipse.vtp.framework.interactions.core.services with parameters of type IVariableRegistry
Conversation(ICommandProcessor commandProcessor, IBrandSelection brandSelection, IInteractionTypeSelection interactionTypeSelection, ILanguageSelection languageSelection, IMediaProviderRegistry mediaProviderRegistry, IVariableRegistry variableRegistry, IScriptingService scriptingService)
          Creates a new Conversation.
 

Uses of IVariableRegistry in org.eclipse.vtp.framework.webservices.actions
 

Constructors in org.eclipse.vtp.framework.webservices.actions with parameters of type IVariableRegistry
WebServiceCallAction(IActionContext context, IDataTypeRegistry types, IVariableRegistry variables, WebServiceCallConfiguration configuration)
          Creates a new WebServiceCallAction.